inherited HexFindDialog: THexFindDialog Left = 573 Top = 246 Caption = 'Find' ClientHeight = 256 ClientWidth = 337 OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Panel: TUiPanel Left = 0 Top = 0 Width = 337 Height = 256 Align = alClient BevelOuter = bvNone TabOrder = 0 object FindTextLbl: TUiLabel Left = 8 Top = 8 Height = 13 Caption = '&Text to find:' FocusControl = FindTextEdit end object FindTextEdit: TUiComboBox Left = 8 Top = 24 Width = 321 Height = 21 ItemHeight = 13 TabOrder = 0 OnChange = SomethingChangedClick end object CaseSensitiveEdit: TUiCheckBox Left = 16 Top = 54 Height = 17 Caption = 'Match character &case' TabOrder = 1 OnClick = SomethingChangedClick end object WrapEdit: TUiCheckBox Left = 16 Top = 74 Height = 17 Caption = 'Wra&p search' TabOrder = 2 OnClick = SomethingChangedClick end object UpEdit: TUiCheckBox Left = 16 Top = 94 Height = 17 Caption = 'Search &up' TabOrder = 3 OnClick = SomethingChangedClick end object KindEdit: TUiRadioGroup Left = 8 Top = 112 Width = 321 Height = 33 Caption = 'Kind' Columns = 2 Items.WideStrings = ( 'ASCII' 'Hex') TabOrder = 4 end object SidesGroupBox: TUiGroupBox Left = 8 Top = 154 Width = 321 Height = 60 Caption = 'Sides' TabOrder = 5 object CurSideEdit: TUiRadioButton Left = 8 Top = 16 Height = 17 Caption = '%' TabOrder = 0 OnClick = SomethingChangedClick end object AllSidesEdit: TUiRadioButton Left = 8 Top = 36 Height = 17 Caption = 'Left, Right' TabOrder = 1 OnClick = SomethingChangedClick end end object FindBtn: TUiButton Left = 176 Top = 224 Caption = '&Find' Default = True TabOrder = 6 OnClick = FindClick AutoSize = asRight end object CloseBtn: TUiButton Left = 256 Top = 224 Cancel = True Caption = 'Close' TabOrder = 7 OnClick = CloseClick AutoSize = asRight end object AutoCloseEdit: TUiCheckBox Left = 8 Top = 232 Height = 17 Caption = 'Close automatically' TabOrder = 8 end end end